Login and get codingWrite a Python function that calculates the sum of a list of (int) numbers:
- The function should accept a list of numbers and return the sum of those numbers.
- If no argument is provided (that is,
numbers
isNone
), return the sum of the numbers 1 to 100 (Note that this is not the same as an empty list of numbers being passed in. In that case the sum returned will be 0).Have fun!
4450 out of 5277 users completed this Bite.
Will you be the 4451st person to crack this Bite?
Resolution time: ~25 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 3.62 on a 1-10 difficulty scale.
» You can do it! 😌